RemoveCredentialRequest

data class RemoveCredentialRequest(authenticatorId: AuthenticatorId, credentialId: String)

Represents request frame that can be used with WebAuthn#removeCredential operation call.

Removes a credential from the authenticator.

See also

Constructors

RemoveCredentialRequest
Link copied to clipboard
fun RemoveCredentialRequest(authenticatorId: AuthenticatorId, credentialId: String)

Properties

authenticatorId
Link copied to clipboard
val authenticatorId: AuthenticatorId
credentialId
Link copied to clipboard
val credentialId: String

Sources

jvm source
Link copied to clipboard